[INFO] fetching crate semasia 0.1.4...
[INFO] fixing semasia-0.1.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate semasia 0.1.4 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate semasia 0.1.4
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate semasia 0.1.4
[INFO] tweaked toml for crates.io crate semasia 0.1.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate semasia 0.1.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate semasia 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded semasia-production v0.1.0
[INFO] [stderr]   Downloaded logos v0.16.0
[INFO] [stderr]   Downloaded semasia-parser v0.1.0
[INFO] [stderr]   Downloaded logos-derive v0.16.0
[INFO] [stderr]   Downloaded semasia-from-inherited v0.1.0
[INFO] [stderr]   Downloaded logos-codegen v0.16.0
[INFO] [stderr]   Downloaded lazy_static v0.2.11
[INFO] [stderr]   Downloaded semasia-ebnf-parser v0.1.0
[INFO] [stderr]   Downloaded directories v5.0.1
[INFO] [stderr]   Downloaded ron v0.8.1
[INFO] [stderr]   Downloaded semasia-grammar v0.1.0
[INFO] [stderr]   Downloaded semasia-auto-productions-parser v0.1.0
[INFO] [stderr]   Downloaded semasia-auto-productions v0.1.0
[INFO] [stderr]   Downloaded semasia-ebnf-proc-macro v0.1.0
[INFO] [stderr]   Downloaded semasia-dyn-grammar v0.1.0
[INFO] [stderr]   Downloaded tint v1.0.1
[INFO] [stderr]   Downloaded ptree v0.5.2
[INFO] [stderr]   Downloaded rust-ini v0.20.0
[INFO] [stderr]   Downloaded config v0.14.1
[INFO] [stderr]   Downloaded yaml-rust2 v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2
[INFO] running `Command { std: "docker" "start" "74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking tint v1.0.1
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking semasia-from-inherited v0.1.0
[INFO] [stderr]     Checking semasia-production v0.1.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling semasia-dyn-grammar v0.1.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling semasia-ebnf-parser v0.1.0
[INFO] [stderr]    Compiling semasia-auto-productions-parser v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling semasia-auto-productions v0.1.0
[INFO] [stderr]    Compiling semasia-grammar v0.1.0
[INFO] [stderr]    Compiling semasia-ebnf-proc-macro v0.1.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling logos-codegen v0.16.0
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking yaml-rust2 v0.8.1
[INFO] [stderr]     Checking rust-ini v0.20.0
[INFO] [stderr]    Compiling logos-derive v0.16.0
[INFO] [stderr]     Checking logos v0.16.0
[INFO] [stderr]     Checking semasia-parser v0.1.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking semasia v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking config v0.14.1
[INFO] [stderr]     Checking ptree v0.5.2
[INFO] [stdout] error: every grammar has to have some non-terminals and productions.
[INFO] [stdout]  --> examples/inheritance/correct-operator/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: Found non-terminals: [S, Expr, Term], tokens: [Integer, Decimal, Times, Division], productions: []
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: every grammar has to have some non-terminals and productions.
[INFO] [stdout]  --> examples/inheritance/array-typing/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: Found non-terminals: [T, Computed, Base], tokens: [Int, Float, LeftSquarePar, RightSquarePar, Size], productions: []
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/ebnf/byte/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[semasia::grammar]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `semasia::grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `auto_productions`
[INFO] [stdout]  --> examples/test/main.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use auto_productions::auto_productions;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `auto_productions`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `auto_productions`, use `cargo add auto_productions` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/test/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/ebnf/laugh/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/ebnf/simplest-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/ebnf/scream/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/ebnf/abcs/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `hide` in this scope
[INFO] [stdout]   --> examples/test/main.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 |         First(A, #[hide] B, Box<B>),
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/inheritance/array-typing/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = help: consider importing this module:
[INFO] [stdout]           semasia_parser::dummy
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/ebnf/simple-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/basic/arithmetic-ast/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: every grammar has to have some non-terminals and productions.
[INFO] [stdout]  --> examples/inheritance/three-address-code/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: Found non-terminals: [Program, FutureStatement, Condition], tokens: [Skip, True, False, OrOp, AndOp, If], productions: []
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "array-typing") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/inheritance/correct-operator/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = help: consider importing this module:
[INFO] [stdout]           semasia_parser::dummy
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/basic/boolean/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/advanced/calculus/functions.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/basic/arithmetic/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "correct-operator") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/inheritance/three-address-code/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = help: consider importing this module:
[INFO] [stdout]           semasia_parser::dummy
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "three-address-code") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/simple-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/simple-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/simplest-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/simplest-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/simple-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "simple-addition") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/simplest-addition/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/laugh/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/laugh/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "simplest-addition") due to 4 previous errors
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/ambiguous/expressions/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/laugh/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/scream/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/scream/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/abcs/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "laugh") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/abcs/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/scream/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "scream") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/abcs/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "abcs") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/byte/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[semasia::grammar]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `semasia::grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 3 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/byte/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[semasia::grammar]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `semasia::grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 3 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ebnf/byte/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[semasia::grammar]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `semasia::grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "byte") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/test/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/test/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/advanced/calculus/functions.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/advanced/calculus/functions.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Parser` in `functions`
[INFO] [stdout]  --> examples/advanced/calculus/main.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let res = functions::Parser::lex_parse("x2+2");
[INFO] [stdout]   |                          ^^^^^^ could not find `Parser` in `functions`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::functions::grammar::Parser;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use semasia_parser::Parser;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Parser`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 4 -     let res = functions::Parser::lex_parse("x2+2");
[INFO] [stdout] 4 +     let res = Parser::lex_parse("x2+2");
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/test/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `__AutoTestIsSecond` in this scope
[INFO] [stdout]   --> examples/test/main.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub enum Test {
[INFO] [stdout]    |              ^^^^ use of unresolved module or unlinked crate `__AutoTestIsSecond`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `__AutoTestIsSecond`, use `cargo add __AutoTestIsSecond` to add it to your `Cargo.toml`
[INFO] [stdout] help: there is an enum variant `crate::abcs::ProductionName::__AutoTestIsSecond`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub enum Test {
[INFO] [stdout] 25 +     pub enum crate::abcs::ProductionName {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "test") due to 7 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/arithmetic/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/arithmetic/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/advanced/calculus/functions.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/arithmetic/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "calculus") due to 5 previous errors
[INFO] [stderr] error: could not compile `semasia` (example "arithmetic") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/arithmetic-ast/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/arithmetic-ast/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/arithmetic-ast/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "arithmetic-ast") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/boolean/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/boolean/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 5 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/basic/boolean/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "boolean") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/advanced/c-parser/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use parser::results::LexParseError;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parser`
[INFO] [stdout]  --> examples/advanced/c-parser/grammar/mod.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ambiguous/expressions/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::TokenAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ambiguous/expressions/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 6 +     use semasia_parser::EofAction;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/ambiguous/expressions/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "ambiguous-expressions") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]   --> examples/advanced/c-parser/grammar/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[grammar]
[INFO] [stdout]    | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 14 +     use semasia_parser::TokenAction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]   --> examples/advanced/c-parser/grammar/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[grammar]
[INFO] [stdout]    | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 14 +     use semasia_parser::EofAction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `parser` in this scope
[INFO] [stdout]  --> examples/advanced/c-parser/grammar/mod.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[grammar]
[INFO] [stdout]   | ^^^^^^^^^^ use of unresolved module or unlinked crate `parser`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `parser`, use `cargo add parser` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semasia` (example "c-parser") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2", kill_on_drop: false }`
[INFO] [stdout] 74aad76d1a2d7860cd96ae961dc056300028219fb2324214ed4a02c7883af4f2
